Skip to content

Conversation

@FlickerSoul
Copy link
Owner

This PR adds docc documentation and CI for deploying the documentations to GitHub pages

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds DocC documentation infrastructure and CI/CD automation for deploying documentation to GitHub Pages. The changes configure the project for documentation generation and automate the deployment process.

  • Adds DocC documentation files with an overview page and guide
  • Configures swift-docc-plugin dependency
  • Sets up GitHub Actions workflow for automated documentation deployment

Reviewed Changes

Copilot reviewed 6 out of 8 changed files in this pull request and generated no comments.

Show a summary per file
File Description
Sources/BinaryParseKit/Documentation.docc/BinaryParseKit.md New DocC documentation landing page with topics and API references
Sources/BinaryParseKit/Documentation.docc/Articles/Guide.md Symbolic link to README.md for documentation guide
Sources/BinaryParseKit/MatchableProtocols.swift Removes incorrect SeeAlso reference
README.md Updates IMPORTANT note to use DocC-compatible warning syntax
Package.swift Adds swift-docc-plugin dependency for documentation generation
Package.resolved Adds resolved dependencies for swift-docc-plugin and swift-docc-symbolkit
.gitignore Excludes generated docs directory from version control
.github/workflows/deploy-docc.yml New CI workflow for building and deploying documentation to GitHub Pages
Comments suppressed due to low confidence (1)

Sources/BinaryParseKit/Documentation.docc/Articles/Guide.md:1

  • The Guide.md file contains only a relative path rather than proper documentation content or a symbolic link. DocC does not support plain text file paths. Consider creating a symbolic link to the README.md file instead using: ln -s ../../../../README.md Guide.md, or include the documentation content directly.
# BinaryParseKit

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@FlickerSoul FlickerSoul enabled auto-merge (squash) November 11, 2025 03:17
@FlickerSoul FlickerSoul merged commit e7b80b0 into main Nov 11, 2025
8 checks passed
@FlickerSoul FlickerSoul deleted the feat/docc branch November 11, 2025 03:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants